home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / board / GNUChess4_0_58.lha / gnuchess-4.0 / doc / TODO < prev   
Text File  |  1992-08-26  |  1KB  |  36 lines

  1. Fixup the dos makefile and check it out on dos.
  2.  
  3. allow shortend algebraic moves in book.
  4. Remove opening lines gnuchess doesn't play well.
  5.  
  6. The hint problem.  If the hint is a promotion move easy mode
  7. doesnt work right. It is currently bypassed in this case.
  8. Search doesn't save the fact its a promotion move in the
  9. PV. So hint and post only show the move without the piece
  10. being promoted to. Cannot do easy mode off, because it must
  11. know the piece being promoted to. Somehow should save it in PV.
  12. Also true for hashtable entries. flags are not saved they should
  13. be.
  14.  
  15. Something is wrong with the time calculation, sometimes the number
  16. of moves to the next time control is set to -1.
  17. 1. e4 d6 2. d4 Nf6 3. white go make this happen.
  18.  
  19. Make the timing function more flexible.
  20. I would like to be able to have n time controls all different.
  21. I would like to include the Fischer clock.
  22. Make the timing function smarter.
  23. Allow extra time whenever the score is changing a lot
  24. Use the current depth as a parameter.
  25. (the closer to zero it start the more a change should count)
  26. If the opponent seem to have made a blunder it might be a trap.
  27. If gnuchess is getting behind there might be a way out. (try to find it)
  28.  
  29. Add languages to the language file.
  30.  
  31. Improve performace by modifying the search extension logic.
  32.  
  33. Make the hash table include castling flags + ep flag.
  34. Currently only the transposition file include any of these and
  35. then only castling for the side to move.
  36.